replace all numbers in string php

40

replace all numbers in string php -

$words = preg_replace('/[0-9]+/', '', $words);

Comments

Submit
0 Comments